@font-face {
	font-family: myFont1;
	src: url('fonts/roboto/Roboto-Regular.eot');
	src: url('fonts/roboto/Roboto-Regular.woff2') format('woff2'),
		 url('fonts/roboto/Roboto-Regular.woff') format('woff'),
		 url('fonts/roboto/Roboto-Regular.ttf') format('truetype'),
		 url('fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg'),
		 url('fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
/** for ie: -*/
@font-face {
	font-family: myFont1;
	src: url('fonts/roboto/Roboto-Bold.eot');
	src: url('fonts/roboto/Roboto-Bold.woff2') format('woff2'),
		 url('fonts/roboto/Roboto-Bold.woff') format('woff'),
		 url('fonts/roboto/Roboto-Bold.ttf') format('truetype'),
		 url('fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg'),
		 url('fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: bold;
	font-style: normal;
}
/*- **/
@font-face {
	font-family: myFont1Thin;
	src: url('fonts/roboto/Roboto-Thin.eot');
	src: url('fonts/roboto/Roboto-Thin.woff2') format('woff2'),
		 url('fonts/roboto/Roboto-Thin.woff') format('woff'),
		 url('fonts/roboto/Roboto-Thin.ttf') format('truetype'),
		 url('fonts/roboto/Roboto-Thin.svg#Roboto-Thin') format('svg'),
		 url('fonts/roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype');
}
@font-face {
	font-family: myFont1Light;
	src: url('fonts/roboto/Roboto-Light.eot');
	src: url('fonts/roboto/Roboto-Light.woff2') format('woff2'),
		 url('fonts/roboto/Roboto-Light.woff') format('woff'),
		 url('fonts/roboto/Roboto-Light.ttf') format('truetype'),
		 url('fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg'),
		 url('fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype');
}
@font-face {
	font-family: myFont1Bold;
	src: url('fonts/roboto/Roboto-Bold.eot');
	src: url('fonts/roboto/Roboto-Bold.woff2') format('woff2'),
		 url('fonts/roboto/Roboto-Bold.woff') format('woff'),
		 url('fonts/roboto/Roboto-Bold.ttf') format('truetype'),
		 url('fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg'),
		 url('fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: myFont1Black;
	src: url('fonts/roboto/Roboto-Black.eot');
	src: url('fonts/roboto/Roboto-Black.woff2') format('woff2'),
		 url('fonts/roboto/Roboto-Black.woff') format('woff'),
		 url('fonts/roboto/Roboto-Black.ttf') format('truetype'),
		 url('fonts/roboto/Roboto-Black.svg#Roboto-Black') format('svg'),
		 url('fonts/roboto/Roboto-Black.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: myFont2;
	src: url('fonts/gnuolanefree/GnuolaneFree.eot');
	src: url('fonts/gnuolanefree/GnuolaneFree.eot?#iefix') format('embedded-opentype'),
		 url('fonts/gnuolanefree/GnuolaneFree.woff2') format('woff2'),
		 url('fonts/gnuolanefree/GnuolaneFree.woff') format('woff'),
		 url('fonts/gnuolanefree/GnuolaneFree.ttf') format('truetype'),
		 url('fonts/gnuolanefree/GnuolaneFree.svg#GnuolaneFree') format('svg');
	font-weight: normal;
	font-style: normal;
}

 
IMG {
	margin: 3px;
	vertical-align: middle;
/*	border: 1px solid #86847f; */
}
BODY {
	margin: 1px;
	font-family: myFont1, Tahoma, sans-serif, Arial;
	font-size: 16px;
	color: #1d1d1d;
	background: #ffffff;
	text-align: justify;
/*x	line-height: 130%; */
}
P {
	margin: 10px 0;
}
HR {
	color: #ffffff;
	border: none;
	border-top: 1px solid #2e2e2e;
	height: 1px;
	margin: 40px auto;
}
HR.hr_normal {
	color: #c0c0c0;
	height: 2px;
}
TH, TD, THEAD TD, CAPTION {
	font-family: myFont1, Tahoma, sans-serif, Arial;
	font-size: 16px;
}
TD P {
/*	margin: 0; */
/*!	text-align: left; */
}
A:visited, A:link, A:active {
	color: #0b4db2;
	text-decoration: underline;
}
A:hover, A.sede_pismo:hover {
	color: #f4b24d;
	text-decoration: underline;
}
A IMG {
	border: none;
}
UL {
	list-style-image: url('ul.png');
	padding-left: 20px;
	margin-left: 0;
}
/* UL LI UL {
	list-style-type: none;
	list-style-image: none;
} */
TD UL {
	margin-top: 0;
	padding-left: 15px;
}
LI {
	margin-bottom: 3px;
}

INPUT, TEXTAREA, SELECT {
	border: 1px solid #707070;  /* inset */
	background-color: #fcfdff;
	color: #231f20;
	font-family: myFont1, Tahoma, sans-serif, Arial;
	font-size: 14px;
	padding: 3px 5px;
}
INPUT.input_disabled {
	background-color: #f0f0f0;
	color: #808080;
}
INPUT[type="checkbox"] {
	border: none;
	background-color: transparent;
}
/*
FORM {
	margin: 0px;
	padding: 0px;
}
*/
H1, H2, H3, H4, H5, H6 {
	font-weight: normal;
	font-family: myFont2;
	color: #000000;
	text-decoration: none;
	text-align: left;
/*	margin: 15px 0; */
	margin: 0.25em 0 0.25em 0;
	line-height: normal;
}
H1 {
/*	font-family: myFont1Black; */
/*	font-family: myFont1Light; */
	font-family: myFont2;
	font-size: 60px;
	margin: 0.25em 0 0.25em 0;
}
H1 STRONG, H1 B {
	font-family: myFont1Black;
}
H1 IMG {
/*	float: right; */
	margin: 5px 0 20px 0px;
}
H2 {
	font-size: 50px;
}
H3 {
	font-size: 40px;
}
H4 {
	font-size: 32px;
}
H5 {
	font-size: 24px;
}
H6 {
	font-size: 16px;
}

.sede_pismo, A.sede_pismo {
	color: #9a9a9a;
}
.svetle_sede_pismo, A.svetle_sede_pismo {
	color: #c0c0c0;
}
.cerne_pismo, A.cerne_pismo {
	color: #000000;
}
.svetle_modre_pismo, A.svetle_modre_pismo {
	color: #0b4db2;
}
.modre_pismo, A.modre_pismo {
	color: #004f85;
}
.tmave_modre_pismo, A.tmave_modre_pismo {
	color: #20026f;
}
.cervene_pismo, A.cervene_pismo {
	color: #da1b0c;
}
.zelene_pismo, A.zelene_pismo {
	color: #00765a;
}
.tmave_zelene_pismo, A.tmave_zelene_pismo {
	color: #30704f;
}
.oranzove_pismo, A.oranzove_pismo {
	color: #dc7e03;
}
.zlute_pismo, A.zlute_pismo {
	color: #f8c300;
}
.bile_pismo, A.bile_pismo {
	color: #ffffff;
}
.tmave_ruzove_pismo, A.tmave_ruzove_pismo {
	color: #8f1177;
}
.fialove_pismo, A.fialove_pismo {
	color: #4e0a73;
}

.cervene_pozadi {
	display: inline-block;
	padding: 0.25em 0.5em;
	background-color: #da1b0c;
	color: #fdfdfd;
}
.oranzove_pozadi {
	display: inline-block;
	padding: 0.25em 0.5em;
	background-color: #dc7e03;
	color: #fdfdfd;
}
.sede_pozadi {
	display: inline-block;
	padding: 0.25em 0.5em;
	background-color: #404040;
	color: #fdfdfd;
}



.mensi_pismo {
	font-size: 14px;
}
.male_pismo {
	font-size: 12px;
/*	font-weight: bold; */
/*	font-family: Arial; */
}
.malinkate_pismo {
	font-size: 10px;
/*	font-weight: bold; */
/*	font-family: Arial; */
}
.normalni_pismo {
	font-size: 16px;
}
.vetsi_pismo {
	font-size: 18px;
}
.vetsi_pismo_2 {
	font-size: 21px;
}
.velke_pismo {
	font-size: 25px;
}
.velikanske_pismo {
	font-size: 35px;
}
.obri_pismo {
	font-size: 50px;
}


.obrazek_v_textu {
	border: 1px solid transparent;
	border-radius: 5px;
	margin: 10px;
}
.obrazek_v_textu_vlevo {
	border: 1px solid transparent;
	border-radius: 5px;
	float: left;
	margin: 5px 20px 20px 0;
}
.obrazek_v_textu_vpravo {
	border: 1px solid transparent;
	border-radius: 5px;
	float: right;
	margin: 5px 0 20px 20px;
}
.obrazek_oramovani {
	border: 1px solid #d1d1d1;
	border-radius: 5px;
}

.tabulka {
	border-collapse: collapse;
	border: 1px solid #d0d0d0;
}
.tabulka TH, .tabulka THEAD TD, .tabulka CAPTION {
	padding: 2px;
}
.tabulka TD {
	text-align: center;
	padding: 2px;
	border: 1px solid #d0d0d0	;
}
.tabulka P {
	padding: 0;
	margin: 0;
}


.tabulka_bez_car {
	border: none;
}
.tabulka_bez_car TH, .tabulka_bez_car THEAD TD, .tabulka_bez_car CAPTION {
	padding: 0px 10px 4px 0px;
	border: none;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}
.tabulka_bez_car TD {
	padding: 0px 10px 4px 0px;
	border: none;
	text-align: left;
	vertical-align: top;
}
.tabulka_bez_car .right {
	text-align: right;
}
.tabulka_bez_car .center {
	text-align: center;
}
.tabulka_bez_car .left {
	text-align: left;
}
.tabulka_bez_car .middle {
	vertical-align: middle;
}
.tabulka_bez_car P {
/*	padding: 0;
	margin: 0; */
}

.tabulka_bez_car_no_padding TD, .tabulka_bez_car_no_padding TH {
	padding: 0;
}
.tabulka_bez_car_light_rows TR:hover {
	background: #ffffff;
}


.tabulka_bez_car_center {
	border: none;
}
.tabulka_bez_car_center TH, .tabulka_bez_car_center THEAD TD, .tabulka_bez_car_center CAPTION {
	padding: 0px 10px 4px 0px;
	border: none;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}
.tabulka_bez_car_center TD {
	padding: 5px 15px;
	border: none;
	text-align: center;
	vertical-align: top;
}
.tabulka_bez_car_center H1, .tabulka_bez_car_center H2 {
	padding: 0;
	margin: 0;
	text-align: center;
}
.tabulka_bez_car_center P {
	padding: 0;
	margin: 0;
	text-align: center;
}


.tabulka_s_velkymi_obrazky {
	width: 100%;
/*	max-width: 1140px; */
/*	margin: 0 auto; */
	margin: 0 auto 0 0;
	border: none;
	border-spacing: 0px;
}
.tabulka_s_velkymi_obrazky TD {
	width: 50%;
	vertical-align: middle;
	padding: 0;
	position: relative;
	text-align: justify;
}
.tabulka_s_velkymi_obrazky TD IMG {
	margin: 2px;
/*	max-width: 100%; */
	width: 99%;
	width: calc(100% - 4px);
}
.tabulka_s_velkymi_obrazky TD P {
	margin: 0;
	padding: 10px 15%;
}

@media screen and (max-width: 650px) {
	.tabulka_s_velkymi_obrazky {
/*		display: block; */
	}
	.tabulka_s_velkymi_obrazky TR {
		display: flex;
		flex-direction: column;
	}
	.tabulka_s_velkymi_obrazky TD {
		width: auto;
	}
	.tabulka_s_velkymi_obrazky TR:nth-child(even) TD:nth-child(0n+1) {
		order: 2;
	}
	.tabulka_s_velkymi_obrazky TR:nth-child(even) TD:nth-child(0n+2) {
		order: 1;
	}
	.tabulka_s_velkymi_obrazky TD P {
		margin: 0;
		padding: 10px 0px;
	}
}

.tabulka_s_velkymi_obrazky TD P:first-child {
	padding-top: 30px;
}
.tabulka_s_velkymi_obrazky TD P:last-child {
	padding-bottom: 30px;
}

.tabulka_barevna {
	border-collapse: collapse;
	border: none;
}
.tabulka_barevna TH, .tabulka_barevna THEAD TD, .tabulka_barevna CAPTION {
	font-weight: normal;
	border: 1px solid #cecece;
	padding: 4px 8px;
	background-color: #808080;
	color: #feffff;
	text-align: center;
}
.tabulka_barevna  .grey_bg {
	background-color: #a0a0a0;
	color: #feffff;
}
.tabulka_barevna  .light_grey_bg {
	background-color: #e0e0e0;
}
.tabulka_barevna  .dark_grey_bg {
	background-color: #808080;
	color: #feffff;
}
.tabulka_barevna  .black_bg {
	background-color: #000000;
	color: #feffff;
}
.tabulka_barevna TD {
	border: 1px solid #cecece;
	padding: 4px 8px;
	text-align: left;
}
.tabulka_barevna .right {
	text-align: right;
}
.tabulka_barevna .center {
	text-align: center;
}
.tabulka_barevna .left {
	text-align: left;
}
.tabulka_barevna .prazdna_radka {
	border: none;
	height: 20px;
}
.tabulka_barevna TR.tr_hover_highlight:hover {
	background: #ffffff;
}
.tabulka_mensi_pismo TH, .tabulka_mensi_pismo THEAD TD, .tabulka_mensi_pismo CAPTION {
	font-size: 13px;
}
.tabulka_mensi_pismo TD {
	font-size: 13px;
}
/**/
.tabulka_barevna_2 {
	background: rgba(0, 0, 0, 0.01);
	margin: 40px auto;
	min-width: 50%;
}
.tabulka_barevna_2 TH {
	font-size: 13px;
	text-align: center;
}
.tabulka_barevna_2 TD {
	border: none;
	border-bottom: 1px dotted #c0c0c0;
	vertical-align: top;
}
.tabulka_barevna_2 TD P {
	margin: 0;
}



.galerie {
/*	border: 1px solid #e0e0e0; */
/*+	padding: 5px; */
/*x	text-align: left; */
}
.galerie IMG {
/*	vertical-align: middle; */
/*	border: 1px solid #e0e0e0; */
/*+	margin: 4px 2px; */
	cursor: pointer;
}

.ramecek, .tabulka_bez_car .ramecek {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 20px;
	margin: 10px 0;
	background: #fafafa url('bg_45grad.jpg') left top no-repeat;
}
.ramecek_inline {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 20px;
	background: #fafafa url('bg_45grad.jpg') left top no-repeat;
	margin: 5px;
	display: inline-block;
	vertical-align: top;
}
.ramecek_inline .ramecek_inline_headline {
	margin: 0 -21px;
	font-size: 16px;
	font-weight: bold;
	background: #0b4db2;
	color: #ffffff;
	padding: 10px 4px;
	text-align: center;
	border-radius: 5px;
	position: relative;
	top: -20px;
}
.ramecek_inline .left_border {
	border-left: 1px solid #e0e0e0;
}

.ramecek_dark {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 0;
	background: #a0a0a0;
	color: #ffffff;
}

.clear {
	clear: both;
}
.clear_right {
	clear: right;
}

TD.text_box {
	background: #ffffff;
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
}

.my_font_1 {
	font-family: myFont1;
}
.my_font_1_black {
	font-family: myFont1Black;
}
.my_font_1_bold {
	font-family: myFont1Bold;
}
.my_font_1_light {
	font-family: myFont1Light;
}
.my_font_1_thin {
	font-family: myFont1Thin;
}
.my_font_2 {
	font-family: myFont2;
}
